home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
pc
/
pinkdata
/
rda1.dir
/
00028_Script_28
< prev
next >
Wrap
Text File
|
1995-08-24
|
309b
|
10 lines
on selectButton sNum
put item 1 of the name of cast the castNum of sprite sNum into cName
repeat while rollOver(sNum)
if rollOver(sNum) then
set the castNum of sprite sNum = the number of cast (cName & "r")
end if
updateStage
if mouseDown() then exit repeat
end repeat
end